projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027758e
)
(goto-address-url-face): Change default value from `bold' to `link'.
author
Juri Linkov
<juri@jurta.org>
Wed, 14 Jan 2009 23:14:13 +0000
(23:14 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 14 Jan 2009 23:14:13 +0000
(23:14 +0000)
lisp/net/goto-addr.el
patch
|
blob
|
history
diff --git
a/lisp/net/goto-addr.el
b/lisp/net/goto-addr.el
index 130d1bd9cb0416a5d622743b871403137b7f03af..1d18af3bc988c1e2427cb553fff5974f2a07a4ee 100644
(file)
--- a/
lisp/net/goto-addr.el
+++ b/
lisp/net/goto-addr.el
@@
-129,7
+129,7
@@
A value of t means there is no limit--fontify regardless of the size."
m)
"Keymap to hold goto-addr's mouse key defs under highlighted URLs.")
-(defcustom goto-address-url-face '
bold
+(defcustom goto-address-url-face '
link
"Face to use for URLs."
:type 'face
:group 'goto-address)